home *** CD-ROM | disk | FTP | other *** search
/ Amiga Collections: Taifun / Taifun 030 (1987-08-15)(Ossowski, Stefan)(DE)(PD).zip / Taifun 030 (1987-08-15)(Ossowski, Stefan)(DE)(PD).adf / WBrun / README < prev    next >
Text File  |  1978-08-10  |  1KB  |  22 lines

  1. Because my development environment is much different than John's, I
  2. hacked together a script file, using the flags indicated in the original
  3. Makefile.wbrun, that I believe should produce a correct executable.
  4. I copied the _main.c file from Disk #2 of the Lattice 3.10 distribution to
  5. the local directory and then ran "execute build", where the contents of 
  6. build were as follows (you will need to make appropriate mods):
  7.  
  8. vd0:c/lc1 -oram:_main.q -ivd0:include/ -ilattice/ -b -dTINY _main
  9. vd0:c/lc2 -v -s -r -o_main.o ram:_main
  10. vd0:c/lc1 -oram:WBRun.q -ivd0:include/ -ilattice/ -b -dTINY WBRun
  11. vd0:c/lc2 -v -s -r -oWBRun.o ram:WBRun
  12. vd0:c/blink vd0:lib/c.o+_main.o+WBRun.o library vd0:lib/lc.lib+vd0:lib/amiga.lib to WBrun map nil:
  13.  
  14. The resulting executable seems to work fine for the cases I tested it for.
  15.  
  16. -Fred
  17.  
  18. [Late note:  I was able to log on to the Software Distillery and download
  19.  the latest wbrun.arc file posted there.  The contents appear in the
  20.  subdirectory "orig".  During de-arcing, I got a CRC error on wbrun.doc.]
  21.  
  22.